diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 17:48:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 17:48:03 +0700 |
| commit | bd4008ac5c2a22c1d99239ba0691cfb8ef0e9aea (patch) | |
| tree | c2f1289cfaa68ba5154e695f26d80278f42208f1 /src/pages/shop/brands/[slug].js | |
| parent | 4e2b85a16b032df07686fd044ba9183afceb8b11 (diff) | |
add to cart, cart page, change cart item quantity
Diffstat (limited to 'src/pages/shop/brands/[slug].js')
| -rw-r--r-- | src/pages/shop/brands/[slug].js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/shop/brands/[slug].js b/src/pages/shop/brands/[slug].js index 320c4454..b04d2715 100644 --- a/src/pages/shop/brands/[slug].js +++ b/src/pages/shop/brands/[slug].js @@ -88,8 +88,8 @@ export default function BrandDetail({ <button className="btn-light py-2 flex items-center gap-x-2 mb-2" onClick={() => setActiveFilter(true)}> <FilterIcon className="w-4 h-4" /> <span>Filter</span> </button> - <h1>Produk</h1> - <div className="text-caption mb-4"> + <h1 className="mb-2">Produk</h1> + <div className="text-caption-1 mb-4"> {productFound > 0 ? ( <> Menampilkan |
